home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Graphics_Utils / Video Easel / XLife / filler03.life < prev    next >
Text File  |  1998-06-24  |  3KB  |  66 lines

  1. #C From: drhickerson@ucdavis.edu (Dean Hickerson)
  2. #C Date: Sun, 5 Sep 93 14:14:40 -0700
  3. #C Subject: Smaller version of Hartmut's pattern
  4. #C 
  5. #C I've been trying to shrink Hartmut's pattern.  Here's the best I've
  6. #C been able to do.
  7. #C 
  8. #C Note that the pattern is centrally symmetric and that the diamond's
  9. #C edges are somewhat straighter than in Hartmut's pattern.  On the
  10. #C other hand, there's a defect in the center of the crystal.  The
  11. #C initial population and bounding box size are 500 and 49x74, compared
  12. #C to 558 and 53x79 in the original.  The population in gen n is
  13. #C n(n+42)/4 + 500 = (n^2 + 42n + 2000)/4  if n is even,
  14. #C (n-1)(n+45)/4 + 504 = (n^2 + 44n + 1971)/4  if n is odd.
  15. #P
  16. .............................*....*....*
  17. ............................***.**.**.***
  18. ...........................****.......****
  19. ..........................**..**.*.*.**..**
  20. ...........................*.............*
  21. ..........................**.............**
  22. ........................**.*.**.......**.*.**
  23. .........................*.*..**.....**..*.*
  24. ......................**.*..*..*.....*..*..*.**
  25. ......................**.*.....**...**.....*.**
  26. ......................*.*...............*..**..*
  27. .....................**.**.............**.*.*.*
  28. ......................................*.*
  29. .....................................**.**
  30. .........................................*
  31. ....................................*.*
  32. ...................................**.*..**...........................*
  33. *****............................**.*.**............................*...*
  34. *....*............................*.*.*..................................*
  35. *....*.........**...***........**.*.*.*.**.........**....................*
  36. .*............*...**.**........*..*.*.*.*.*.......****..............******
  37. ...**.........*.....*.*.....*..*.*.*..*...*......**..*...***.......***
  38. ....**.*......**....*.*.**.*.*.*.*.*.*.*.*.*....*.*.*.......*......***
  39. ....**.*.****...*...*.*.*......*.*.*.*.*.*.***....*.*.***....*..*..*.*
  40. ......*.*......*.***.*.*.*.**.*.*..*..*..*.*.**.*.*.*.***.*......*.*
  41. ....*.*..*..*....***.*.*....***.*.*.*.*.*.*......*.*.*...*...****.*.**
  42. ....***......*.......*.*.*....*.*.*.*.*.*.*.*.*.**.*.*....**......*.**
  43. ....***.......***...*..**......*...*..*.*.*..*.....*.*.....*.........**
  44. ******..............****.......*.*.*.*.*..*........**.**...*............*
  45. *....................**.........**.*.*.*.**........***...**.........*....*
  46. *..................................*.*.*............................*....*
  47. .*...*............................**.*.**............................*****
  48. ...*...........................**..*.**
  49. ...................................*.*
  50. ................................*
  51. ................................**.**
  52. .................................*.*
  53. ...........................*.*.*.**.............**.**
  54. ..........................*..**..*...............*.*
  55. ...........................**.*.....**...**.....*.**
  56. ...........................**.*..*..*.....*..*..*.**
  57. ..............................*.*..**.....**..*.*
  58. .............................**.*.**.......**.*.**
  59. ...............................**.............**
  60. ................................*.............*
  61. ...............................**..**.*.*.**..**
  62. ................................****.......****
  63. .................................***.**.**.***
  64. ..................................*....*....*
  65.  
  66.